Skip to main content

All Questions

1vote
1answer
1kviews

How to get members of Root Site and Communication Site with Graph API

I could get members of Site base on the Group (https://graph.microsoft.com/v1.0/groups/{id}/members). But I could not get the members of Root Site and Communication Site because these sites have not ...
Duong Dam's user avatar
1vote
1answer
2kviews

How could I get all root level sites (excluding sub site) using Microsoft Graph API?

I could get all site (including root level site as well as sub site) by using the following url : https://graph.microsoft.com/v1.0/sites?search=* Is there a better way to get all the root level sites ...
Anish Anushang's user avatar
0votes
1answer
953views

How could I get items present inside Site Asset of a Team Site?

Through the following url : https://graph.microsoft.com/v1.0/sites/{siteId}/drives I could get all user created document libraries and Documents (a system created document library), but I could not ...
Anish Anushang's user avatar

close